home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p25-28 / 00018_Script_18 < prev    next >
Text File  |  1994-07-31  |  381b  |  18 lines

  1. on mouseDown
  2.   global theVCRButtons
  3.   mCancelPlay(theVCRButtons)
  4.   mCancelFastFwd(theVCRButtons)
  5.   
  6.   global LastQT
  7.   unLoadCast LastQT
  8.   
  9.   global theGauge
  10.   mDragLevel(theGauge)
  11. end
  12. on mouseUp
  13.   global Plane
  14.   global theGauge
  15.   mReleaseDrag(theGauge)
  16.   set toStep = mGetCurrentLevel(theGauge)
  17.   go to frame (label("P" & string(Plane) & "S" & string(toStep)))
  18. end